home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / batinnightmare.swf / scripts / DefineButton2_129 / BUTTONCONDACTION on(press, release).as
Encoding:
Text File  |  2006-06-13  |  75 b   |  7 lines

  1. on(press, release){
  2.    with(_root)
  3.    {
  4.       gotoAndPlay(7);
  5.    }
  6. }
  7.